x86/xen: add FRAME_END to xen_hypercall_hvm()
authorSasha Levin <sashal@kernel.org>
Wed, 5 Feb 2025 09:07:56 +0000 (10:07 +0100)
committerBen Hutchings <benh@debian.org>
Mon, 24 Feb 2025 01:11:58 +0000 (02:11 +0100)
commit02e59ac228d127e47d5d3d62c97711f566836414
treead0339d4923e518dcafe42a256861703b772bfea
parentfec248a3d4db014d8923f95d765f52c1f82db719
x86/xen: add FRAME_END to xen_hypercall_hvm()

[ Upstream commit 0bd797b801bd8ee06c822844e20d73aaea0878dd ]

xen_hypercall_hvm() is missing a FRAME_END at the end, add it.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502030848.HTNTTuo9-lkp@intel.com/
Fixes: b4845bb63838 ("x86/xen: add central hypercall functions")
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Gbp-Pq: Topic bugfix/x86
Gbp-Pq: Name x86-xen-add-frame_end-to-xen_hypercall_hvm.patch
arch/x86/xen/xen-head.S